home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_400
/
421_01
/
timer.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-03-31
|
206 b
|
17 lines
// TIMER_C
#ifndef _TIMER_H
#define _TIMER_H
class timer_C
{
public:
timer_C();
~timer_C();
long readtimer(void);
long elapsed(unsigned long start,unsigned long stop);
};
#endif